diff options
author | Jakob Sack <mail@jakobsack.de> | 2012-03-02 20:37:49 +0100 |
---|---|---|
committer | Jakob Sack <mail@jakobsack.de> | 2012-03-02 20:37:49 +0100 |
commit | 90e2962c91a160fb73cb977c0aa431c179e292df (patch) | |
tree | 49a5805b91187fc2d42ec6a8dae0558bd433f57b /lib/base.php | |
parent | 503e5cada3656a6d9ac519921f4c8bf2614d47bb (diff) | |
download | nextcloud-server-90e2962c91a160fb73cb977c0aa431c179e292df.tar.gz nextcloud-server-90e2962c91a160fb73cb977c0aa431c179e292df.zip |
Remove the link between the principals table and the sabre principals connector.
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/base.php b/lib/base.php index 4e24f9f44ac..9995544f14e 100644 --- a/lib/base.php +++ b/lib/base.php @@ -316,10 +316,6 @@ class OC{ OC_App::loadApps(); } - // Last part: connect some hooks - OC_HOOK::connect('OC_User', 'post_createUser', 'OC_Connector_Sabre_Principal', 'addPrincipal'); - OC_HOOK::connect('OC_User', 'post_deleteUser', 'OC_Connector_Sabre_Principal', 'deletePrincipal'); - //make sure temporary files are cleaned up register_shutdown_function(array('OC_Helper','cleanTmp')); } |