]> git.mxchange.org Git - friendica.git/blobdiff - mod/filer.php
Revert "Coding convention applied - part 1"
[friendica.git] / mod / filer.php
index d2df7f24cd85cb2d400558e870abf1aa252af11e..47c4aa5e4cbc6fc05139174415d2f5485a97f7fb 100644 (file)
@@ -16,7 +16,7 @@ function filer_content(App $a) {
 
        logger('filer: tag ' . $term . ' item ' . $item_id);
 
-       if ($item_id && strlen($term)){
+       if($item_id && strlen($term)){
                // file item
                file_tag_save_file(local_user(),$item_id,$term);
        } else {