diff options
Diffstat (limited to 'apps/files/appinfo/remote.php')
-rw-r--r-- | apps/files/appinfo/remote.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files/appinfo/remote.php b/apps/files/appinfo/remote.php index 0f618c391ad..94ae101bb00 100644 --- a/apps/files/appinfo/remote.php +++ b/apps/files/appinfo/remote.php @@ -22,11 +22,9 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. * */ - // only need filesystem apps $RUNTIME_APPTYPES=array('filesystem','authentication'); - - +require_once('../lib/base.php'); // Backends $authBackend = new OC_Connector_Sabre_Auth(); |