removed closing php tag
This commit is contained in:
parent
d2e2a2b2c0
commit
27f7dae932
1 changed files with 1 additions and 3 deletions
|
@ -12,6 +12,4 @@ OCP\App::registerAdmin('files_versions', 'settings');
|
|||
OCP\Util::addscript('files_versions', 'versions');
|
||||
|
||||
// Listen to write signals
|
||||
OCP\Util::connectHook(OC_Filesystem::CLASSNAME, OC_Filesystem::signal_post_write, "OCA_Versions\Storage", "write_hook");
|
||||
|
||||
?>
|
||||
OCP\Util::connectHook(OC_Filesystem::CLASSNAME, OC_Filesystem::signal_post_write, "OCA_Versions\Storage", "write_hook");
|
Loading…
Reference in a new issue