]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/schema.php
Merge pull request #4675 from annando/group-delete
[friendica.git] / view / theme / frio / php / schema.php
index e34ff45b2bc5eb280e1a40eb156457537505c193..83aad53b7ec68a94d5365fd88687d5f9381432b1 100644 (file)
@@ -5,7 +5,7 @@
  * @brief: Get info header of the shema
  *
  * This function parses the header of the shemename.php file for inormations like
- * Author, Description and Overwrites. Most of the code comes from the get_plugin_info()
+ * Author, Description and Overwrites. Most of the code comes from the Addon::getInfo()
  * function. We use this to get the variables which get overwritten through the shema.
  * All color variables which get overwritten through the theme have to be
  * listed (comma seperated) in the shema header under Overwrites:
@@ -32,7 +32,7 @@ function get_schema_info($schema){
                'description' => "",
                'author' => [],
                'version' => "",
-               'overwrites' => ""
+               'overwrites' => []
        ];
 
        if (!is_file($themepath . "schema/" . $schema . ".php")) return $info;