summaryrefslogtreecommitdiff
path: root/menu_items.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-01-24 18:40:54 +0000
committerwjames5 <will@tekimaki.com>2009-01-24 18:40:54 +0000
commitf3b99bc8a55eeabe91d2a8c8aabb4224301b7aad (patch)
treed2e5bb85a3358c1f8ae9b690e4fd06cb3bd775f5 /menu_items.php
parente25e80301cbf25a90ee5c21d59c9a1cee987a2f4 (diff)
downloadnexus-f3b99bc8a55eeabe91d2a8c8aabb4224301b7aad.tar.gz
nexus-f3b99bc8a55eeabe91d2a8c8aabb4224301b7aad.tar.bz2
nexus-f3b99bc8a55eeabe91d2a8c8aabb4224301b7aad.zip
standardize search with 'find' param, removes find_objects - CUSTOM PACKAGE DEVELOPERS who use get_content_list_inc take notecvs up -dP
Diffstat (limited to 'menu_items.php')
-rw-r--r--menu_items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu_items.php b/menu_items.php
index cc9a3a5..07be5a7 100644
--- a/menu_items.php
+++ b/menu_items.php
@@ -1,7 +1,7 @@
<?php
/**
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.11 $
+ * @version $Revision: 1.12 $
* @package nexus
* @subpackage functions
*/
@@ -60,7 +60,7 @@ if( !empty( $_REQUEST['item_id'] ) ) {
$gBitSmarty->assign( 'editItem', $gNexus->mInfo['items'][$_REQUEST['item_id']] );
}
// when we use the content type dropdown or the filter, we need to pass back the information to the tpl
-if( isset( $_REQUEST['find_objects'] ) && !isset( $_REQUEST['store_item'] ) ) {
+if( isset( $_REQUEST['find'] ) && !isset( $_REQUEST['store_item'] ) ) {
$gBitSmarty->assign( 'editItem', $_REQUEST );
}
if( isset( $_REQUEST['tab'] ) ) {