]> git.mxchange.org Git - friendica.git/commitdiff
Readded removed comments
authorMichael <heluecht@pirati.ca>
Tue, 5 Nov 2019 22:01:45 +0000 (22:01 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 5 Nov 2019 22:01:45 +0000 (22:01 +0000)
src/BaseModule.php

index 2b9ebdb14e2d1e0fc78371101712c34490f554e8..503a22de359af4c444eb66012c9eae0bef2cae95 100644 (file)
@@ -34,6 +34,8 @@ abstract class BaseModule extends BaseObject
         */
        public static function rawContent(array $parameters = [])
        {
+               // echo '';
+               // exit;
        }
 
        /**
@@ -60,6 +62,8 @@ abstract class BaseModule extends BaseObject
         */
        public static function post(array $parameters = [])
        {
+               // $a = self::getApp();
+               // $a->internalRedirect('module');
        }
 
        /**