summaryrefslogtreecommitdiff
path: root/core/controllers/album.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/album.php')
-rw-r--r--core/controllers/album.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/controllers/album.php b/core/controllers/album.php
index c94bcbef..cafd6bde 100644
--- a/core/controllers/album.php
+++ b/core/controllers/album.php
@@ -18,8 +18,9 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class Album_Controller extends Item_Controller {
+
public function get($item) {
- /** @todo: these need to be pulled from the database */
+ // @todo: these need to be pulled from the database
$theme_name = "default";
$page_size = 9;