diff options
author | friendica <info@friendica.com> | 2012-12-16 02:46:21 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-16 02:46:21 -0800 |
commit | 00128955eb4d4a36e1afaf61cff93c8a811564d4 (patch) | |
tree | 101702233ccf3e83146e4cb5d26b2363c18c7fc2 /include/items.php | |
parent | 8d8ad7656e84ddd031beefb9147b57f7bc6c6f6e (diff) | |
download | volse-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-x | include/items.php | 2 |
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; |