summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-15 20:32:53 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-15 20:32:53 -0700
commitc4fce2cc680c3257cf6ea7844b8ee9e61c02db09 (patch)
tree629d7f27d29dcc3dc83d791eb1046190e60c10f8
parent2cba5d93956ce38f6d08ca350124d9bd21270be6 (diff)
Remove a completed @todo.
-rw-r--r--modules/gallery/controllers/albums.php4
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;