diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 11:33:11 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-10 11:33:11 -0700 |
commit | 5b6a5134cacd5d1da695fbc6bf7e69fdde1309fd (patch) | |
tree | 5904f85421a8e8ae4b204754ac3baa501d313975 | |
parent | acf920fc7ed1a9d1d69bd12bdfa136d4bb5af0d3 (diff) | |
parent | 016e04d228c65fa19eb51dc40ee87c97b96c8873 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
-rw-r--r-- | modules/gallery/libraries/Theme_View.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/libraries/Theme_View.php b/modules/gallery/libraries/Theme_View.php index 898574d7..75138f25 100644 --- a/modules/gallery/libraries/Theme_View.php +++ b/modules/gallery/libraries/Theme_View.php @@ -127,6 +127,7 @@ class Theme_View_Core extends Gallery_View { } } + $menu->compact(); print $menu; } |