Page MenuHomePhorge

D5358.1775388323.diff
No OneTemporary

Authored By
Unknown
Size
984 B
Referenced Files
None
Subscribers
None

D5358.1775388323.diff

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

Mime Type
text/plain
Expires
Sun, Apr 5, 11:25 AM (15 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18831965
Default Alt Text
D5358.1775388323.diff (984 B)

Event Timeline