diff options
author | ken restivo <kenrestivo@users.noreply.github.com> | 2015-11-11 11:18:41 -0800 |
---|---|---|
committer | ken restivo <kenrestivo@users.noreply.github.com> | 2015-11-11 11:18:41 -0800 |
commit | 75c10eaff56370920ae0fc771f3a90c4d4ca28d1 (patch) | |
tree | f280822dfb1f4bb89ff36623dd9e6f97f4d8174f /include | |
parent | bc7c0ed844711e81c4bc642e3024849195a48421 (diff) | |
parent | ffb8059c246d5ddd918daf9e1385f88d69cff5b4 (diff) | |
download | volse-hubzilla-75c10eaff56370920ae0fc771f3a90c4d4ca28d1.tar.gz volse-hubzilla-75c10eaff56370920ae0fc771f3a90c4d4ca28d1.tar.bz2 volse-hubzilla-75c10eaff56370920ae0fc771f3a90c4d4ca28d1.zip |
Merge pull request #144 from kenrestivo/api-auth-fix
api_auth.php must be included since the function moved.
Diffstat (limited to 'include')
-rw-r--r-- | include/api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/api.php b/include/api.php index 24176884c..53adcc868 100644 --- a/include/api.php +++ b/include/api.php @@ -9,6 +9,7 @@ require_once('include/security.php'); require_once('include/photos.php'); require_once('include/items.php'); require_once('include/attach.php'); +require_once('include/api_auth.php'); /* * |