aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-16 02:46:21 -0800
committerfriendica <info@friendica.com>2012-12-16 02:46:21 -0800
commit00128955eb4d4a36e1afaf61cff93c8a811564d4 (patch)
tree101702233ccf3e83146e4cb5d26b2363c18c7fc2 /include/items.php
parent8d8ad7656e84ddd031beefb9147b57f7bc6c6f6e (diff)
downloadvolse-hubzilla-00128955eb4d4a36e1afaf61cff93c8a811564d4.tar.gz
volse-hubzilla-00128955eb4d4a36e1afaf61cff93c8a811564d4.tar.bz2
volse-hubzilla-00128955eb4d4a36e1afaf61cff93c8a811564d4.zip
typo - this keyboard is getting frustrating
Diffstat (limited to 'include/items.php')
-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;