]> git.mxchange.org Git - friendica.git/commitdiff
Review: Removed unused code in include/bbcode
authorHypolite Petovan <mrpetovan@gmail.com>
Tue, 2 Jan 2018 13:30:15 +0000 (08:30 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Tue, 2 Jan 2018 13:30:15 +0000 (08:30 -0500)
include/bbcode.php

index ef7053010d6ca8a3b9d402d2d3ec3fcaa32d9637..261bdfcf660cc69034a5c927088a77a08aaf0bd8 100644 (file)
@@ -485,8 +485,6 @@ function bb_ShareAttributes($share, $simplehtml)
 
        $posted = "";
 
-       $itemcache = get_itemcachepath();
-
        preg_match("/posted='(.*?)'/ism", $attributes, $matches);
        if (x($matches, 1)) {
                $posted = $matches[1];