Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117885940
D5358.1775355514.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
984 B
Referenced Files
None
Subscribers
None
D5358.1775355514.diff
View Options
diff --git a/lib/kolab_sync.php b/lib/kolab_sync.php
--- a/lib/kolab_sync.php
+++ b/lib/kolab_sync.php
@@ -92,6 +92,8 @@
foreach ($plugins as $plugin) {
$this->plugins->load_plugin($plugin, true);
}
+
+ $this->plugins->exec_hook('startup', ['task' => 'syncroton', 'action' => '']);
}
@@ -136,13 +138,13 @@
}
if (!empty($userid)) {
- $this->plugins->exec_hook('ready', ['task' => 'syncroton']);
+ // Save user password for Roundcube Framework
+ $this->password = $_SERVER['PHP_AUTH_PW'];
+
+ $this->plugins->exec_hook('ready', ['task' => 'syncroton', 'action' => '']);
// Set log directory per-user (again, in case the username changed above)
$this->set_log_dir();
-
- // Save user password for Roundcube Framework
- $this->password = $_SERVER['PHP_AUTH_PW'];
}
// Register Syncroton backends/callbacks
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 2:18 AM (6 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831965
Default Alt Text
D5358.1775355514.diff (984 B)
Attached To
Mode
D5358: Kolab plugin compatibility
Attached
Detach File
Event Timeline