diff options
Diffstat (limited to 'mod/manage.php')
-rw-r--r-- | mod/manage.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/manage.php b/mod/manage.php index 557a19375..57d33d086 100644 --- a/mod/manage.php +++ b/mod/manage.php @@ -35,7 +35,7 @@ function manage_content(&$a) { } $links = array( - array( 'zchannel', t('Create a new channel'), t('New Channel')) + array( 'new_channel', t('Create a new channel'), t('New Channel')) ); |