fix E_NOTICE on common description edit page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@481 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
c3f2dee648
commit
adc00b25bb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ if (POST_CONFIRM) {
|
|||
|
||||
$tplVars['subtitle'] = T_('Edit Bookmark Common Description') .': '. $bkm['bAddress'];
|
||||
$tplVars['formaction'] = $_SERVER['SCRIPT_NAME'] .'/'. $hash;
|
||||
$tplVars['referrer'] = $_SERVER['HTTP_REFERER'];
|
||||
$tplVars['referrer'] = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '';
|
||||
$tplVars['hash'] = $hash;
|
||||
$tplVars['description'] = $cdservice->getLastBookmarkDescription($hash);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue