commit 50b6baab6e8747edce201eca22ecd759419f4955 parent 3342c87d349edcd1bdd00f186bd9ef11d6f93a2b Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 2 Feb 2015 20:13:12 +0100 add require Diffstat:
| M | core/api/v1/MyApi.class.php | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/api/v1/MyApi.class.php b/core/api/v1/MyApi.class.php @@ -1,5 +1,6 @@ <?php require_once 'api.class.php'; +require_once 'MyApi.class.php'; class MyAPI extends API { protected $User;