summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbacklinks.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/backlinks.php b/backlinks.php
index 864c75f..c358eec 100755
--- a/backlinks.php
+++ b/backlinks.php
@@ -21,6 +21,7 @@ $gBitSystem->verifyFeature( 'wiki_backlinks' );
// Get the page from the request var or default it to HomePage
if ( empty($gContent->mPageName) ) {
+ $gBitSystem->fatalError( KernelTools::tra( "No page specified" ) );
}
// Now check permissions to access this page
$gContent->verifyViewPermission();