diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-15 20:32:53 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-15 20:32:53 -0700 |
commit | c4fce2cc680c3257cf6ea7844b8ee9e61c02db09 (patch) | |
tree | 629d7f27d29dcc3dc83d791eb1046190e60c10f8 | |
parent | 2cba5d93956ce38f6d08ca350124d9bd21270be6 (diff) |
Remove a completed @todo.
-rw-r--r-- | modules/gallery/controllers/albums.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/gallery/controllers/albums.php b/modules/gallery/controllers/albums.php index d141d157..e6d01b90 100644 --- a/modules/gallery/controllers/albums.php +++ b/modules/gallery/controllers/albums.php @@ -181,10 +181,6 @@ class Albums_Controller extends Items_Controller { } } - // @todo - // @todo we need to make sure that filename / dirname components can't contain a / - // @todo - if ($valid) { $orig = clone $album; $album->title = $form->edit_album->title->value; |