re-order did not upload to repository properly

git-svn-id: https://plugins.svn.wordpress.org/pagemash/trunk@32305 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
jmash 2008-02-19 23:10:59 +00:00
parent 3ac5125a55
commit 7004fcef1d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ foreach ($order as $pageid):
$position += 1; //increment position var
endforeach;
update_option("exclude_pages", $value = $_GET['exclude'];, $description = 'PageMash: Pages to not show in menu.', $autoload = 'yes');
update_option("exclude_pages", $_GET['exclude'], '', 'yes');
echo "pagemashed";
?>