aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 58abbae48..c2688a9cd 100755
--- a/include/items.php
+++ b/include/items.php
@@ -1221,7 +1221,7 @@ function item_store($arr,$force_parent = false) {
$arr['llink'] = z_root() . '/display/' . $arr['uri'];
if(! $arr['plink'])
- $arr['plink = $arr['llink'];
+ $arr['plink'] = $arr['llink'];
if($arr['parent_uri'] === $arr['uri']) {
$parent_id = 0;