From 00128955eb4d4a36e1afaf61cff93c8a811564d4 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 16 Dec 2012 02:46:21 -0800 Subject: typo - this keyboard is getting frustrating --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/items.php') 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; -- cgit v1.2.3