]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
fix E_NOTICE
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 16 Jan 2010 11:13:35 +0000 (11:13 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Sat, 16 Jan 2010 11:13:35 +0000 (11:13 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@596 b3834d28-1941-0410-a4f8-b48e95affb8f

www/tagcommondescriptionedit.php

index 9e4cedd7f0187750ec6a0950fb7b15a6179b14c4..f6e4592771c0c52fb8bc7e56285140d72650776d 100644 (file)
@@ -70,7 +70,7 @@ if (POST_CONFIRM) {
 } else {
     $tplVars['subtitle']    = T_('Edit Tag Common Description') .': '. $tag;
     $tplVars['formaction']  = $_SERVER['SCRIPT_NAME'] .'/'. $tag;
-    $tplVars['referrer']    = $_SERVER['HTTP_REFERER'];
+    $tplVars['referrer']    = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '';
     $tplVars['tag']         = $tag;
     $tplVars['description'] = $cdservice->getLastTagDescription($tag);
 }