summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-10 11:33:11 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-10 11:33:11 -0700
commit5b6a5134cacd5d1da695fbc6bf7e69fdde1309fd (patch)
tree5904f85421a8e8ae4b204754ac3baa501d313975
parentacf920fc7ed1a9d1d69bd12bdfa136d4bb5af0d3 (diff)
parent016e04d228c65fa19eb51dc40ee87c97b96c8873 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
-rw-r--r--modules/gallery/libraries/Theme_View.php1
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;
}