summaryrefslogtreecommitdiff
path: root/menu_items.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-10-17 16:27:06 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-10-17 16:27:06 +0000
commit3d146c05309dd181172a4ec5683d623f0379b4f7 (patch)
tree8354d155b72da4c62fe32ac73a38f19bc3d93e0e /menu_items.php
parent2fd4920e67dc946233468f3ba31c31d9f61af816 (diff)
downloadnexus-3d146c05309dd181172a4ec5683d623f0379b4f7.tar.gz
nexus-3d146c05309dd181172a4ec5683d623f0379b4f7.tar.bz2
nexus-3d146c05309dd181172a4ec5683d623f0379b4f7.zip
various fixes to the way URLs are processed when they are entered into the formpre_update_permission
Diffstat (limited to 'menu_items.php')
-rw-r--r--menu_items.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu_items.php b/menu_items.php
index 01a36de..12e47de 100644
--- a/menu_items.php
+++ b/menu_items.php
@@ -1,7 +1,7 @@
<?php
/**
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.9 $
+ * @version $Revision: 1.10 $
* @package nexus
* @subpackage functions
*/
@@ -85,6 +85,7 @@ $gBitSmarty->assign( 'perms', $perms );
// get a list of available resource types
$rsrcTypes = array(
+ 'internal' => 'URL',
'external' => 'URL',
'content_id' => 'Content ID',
'structure_id' => 'Structure ID',