GetSimple Support Forum

Full Version: small menu_data array creation bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
Was looking at the last stable release, not been using the SVN version.
thanks for update.
version : 2.01 that is.. (sorry did not mention that in previous post)