diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-10-17 16:27:06 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-10-17 16:27:06 +0000 |
| commit | 3d146c05309dd181172a4ec5683d623f0379b4f7 (patch) | |
| tree | 8354d155b72da4c62fe32ac73a38f19bc3d93e0e /menu_items.php | |
| parent | 2fd4920e67dc946233468f3ba31c31d9f61af816 (diff) | |
| download | nexus-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.php | 3 |
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', |
