mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-26 17:54:10 -04:00
Fix a typo... The controller parameter to the flex organize module should be controllerUri instead.
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
sortFields: "<?= $sort_fields ?>",
|
||||
albumId: "<?= $album->id ?>",
|
||||
restUri: "<?= url::site("rest") ?>/",
|
||||
controller: "<?= url::site("organize") ?>/"
|
||||
controllerUri: "<?= url::site("organize") ?>/"
|
||||
};
|
||||
};
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user