From 85e2ccd942fc67944c9324e71097f426abf75a01 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 20 Mar 2013 20:00:25 +0100 Subject: remove php4-style object reference passing #2 --- www/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/edit.php') diff --git a/www/edit.php b/www/edit.php index cbfa30b..cbdcbcc 100644 --- a/www/edit.php +++ b/www/edit.php @@ -108,7 +108,7 @@ if (!($row = $bookmarkservice->getBookmark(intval($bookmark), true))) { } $tplVars['popup'] = (GET_POPUP) ? GET_POPUP : null; - $tplVars['row'] =& $row; + $tplVars['row'] = $row; $tplVars['formaction'] = createURL('edit', $bookmark); $tplVars['btnsubmit'] = T_('Save Changes'); $tplVars['showdelete'] = true; -- cgit v1.2.3-54-g00ecf