typo
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 26 Dec 2010 13:08:08 +0000 (08:08 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 26 Dec 2010 13:08:08 +0000 (08:08 -0500)
ansel/templates/mobile/javascript_defs.php

index bc254b5..89de663 100644 (file)
@@ -17,7 +17,7 @@ $code['conf'] = array(
 );
 
 // List of top level galleries
-$gallerylist = $GLOBALS['injector']->getInstance('Ansel_Storage')->listGalleries(array('all_levels' => false, 'attribtues' => $registry->getAuth()));
+$gallerylist = $GLOBALS['injector']->getInstance('Ansel_Storage')->listGalleries(array('all_levels' => false, 'attributes' => $registry->getAuth()));
 $galleries = array();
 
 foreach ($gallerylist as $gallery) {