diff options
author | Timo Litzbarski <tili2@gmx.de> | 2015-09-18 14:18:34 +0000 |
---|---|---|
committer | Timo Litzbarski <tili2@gmx.de> | 2015-09-18 14:18:34 +0000 |
commit | 1fa72295f20aa9794f1b33dfde95960c34d85366 (patch) | |
tree | 01727142fb5196192c468d1ec3970c92e3a063be /app/Api/Base.php | |
parent | 55ca46ad754b87991e5cc4c4bc26657b19d37830 (diff) |
User-Api: add getMyPorjects (#1233)
Diffstat (limited to 'app/Api/Base.php')
-rw-r--r-- | app/Api/Base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Api/Base.php b/app/Api/Base.php index fe78d99d..c1be1878 100644 --- a/app/Api/Base.php +++ b/app/Api/Base.php @@ -20,6 +20,7 @@ abstract class Base extends \Core\Base 'createMyPrivateProject', 'getMyProjectsList', 'getMyOverdueTasks', + 'getMyProjects', ); private $both_allowed_procedures = array( |