Commit 06140c80 authored by Karl Denninger's avatar Karl Denninger

ZP-1284 Fix problem with init on sink init with cache; we need to call Stat

there and populate the structure.  Released under the Affero GNU General
Public License (AGPL) version 3.
parent a40e5787
......@@ -132,7 +132,8 @@ class BackendStickyNote extends BackendDiff {
*/
public function GetFolderList() {
$folders = array();
$folders[] = "Notes";
$folder = $this->StatFolder("N");
$folders[] = $folder;
return $folders;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment