]> git.mxchange.org Git - friendica-addons.git/blobdiff - convpath/convpath.php
mark forumlist as unsupported because the functionality moved to core.
[friendica-addons.git] / convpath / convpath.php
index 9509369420fc4fbbcb5f18c0060dccd8c7587749..0aaeb5f92e7dddd92a8f32c6c0240e5ef6edd17f 100644 (file)
@@ -4,7 +4,7 @@
  * Description: Converts all internal paths according to the current scheme (http or https)
  * Version: 1.0
  * Author: Michael Vogel <https://pirati.ca/profile/heluecht>
- * 
+ * Status: Unsupported
  */
 
 function convpath_install() {
@@ -34,7 +34,8 @@ function convpath_page_header(&$a, &$o){
 
 function convpath_page_end(&$a, &$o){
        $o = convpath_convert($o);
-       $a->page['aside'] = convpath_convert($a->page['aside']);
+       if (isset($a->page['aside']))
+               $a->page['aside'] = convpath_convert($a->page['aside']);
 }
 
 function convpath_prepare_body_hook(&$a, &$o) {