diff options
Diffstat (limited to 'modules/organize')
-rw-r--r-- | modules/organize/controllers/organize.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php index 7df7d52f..1c4792b2 100644 --- a/modules/organize/controllers/organize.php +++ b/modules/organize/controllers/organize.php @@ -235,7 +235,7 @@ class Organize_Controller extends Controller { print $v->render(); } - // Handlers for the album/photo edit. Probably should be in core + // Handlers for the album/photo edit. Probably should be in modules/gallery public function general() { access::verify_csrf(); |