GetSimple Support Forum
small menu_data array creation bug - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: small menu_data array creation bug (/showthread.php?tid=970)



small menu_data array creation bug - dominionit - 2010-09-09

Good day
-00-==0-=-0

Just thought we mention we found small bug in admin/inc/theme_functions.php
line 225
array creation codes starts with
Code:
array("slug"=>$slugs,

Must be

Code:
array("slug"=>$slug,

Hope it helps. thanks for great product

Dominion IT
www.dominion-it.co.za


small menu_data array creation bug - ccagle8 - 2010-09-10

What version are you looking at? Unless it was just fixed before I got a chance to look at it, I see it fixed in the latest SVN. Thanks for your help regardless...http://code.google.com/p/get-simple-cms/updates/list


small menu_data array creation bug - dominionit - 2010-09-10

Was looking at the last stable release, not been using the SVN version.
thanks for update.


small menu_data array creation bug - dominionit - 2010-09-10

version : 2.01 that is.. (sorry did not mention that in previous post)