]> git.mxchange.org Git - friendica.git/blobdiff - include/plugin.php
Better handling of the network field in the item table.
[friendica.git] / include / plugin.php
index 9002c7bce40577c0e4b982a5776313477bc7b793..32962cd0c6e8882823fab6260e0f8cf0dcf8942a 100644 (file)
@@ -328,10 +328,10 @@ function get_theme_info($theme){
                                                $info[$k]=$v;
                                        }
                                }
-                               
+
                        }
                }
-               
+
        }
        return $info;
 }}
@@ -351,7 +351,7 @@ function get_theme_screenshot($theme) {
 if (! function_exists('uninstall_theme')){
 function uninstall_theme($theme){
        logger("Addons: uninstalling theme " . $theme);
-    
+
        @include_once("view/theme/$theme/theme.php");
        if(function_exists("{$theme}_uninstall")) {
                $func = "{$theme}_uninstall";