Update app.php

replaced fixed path to app folder to support multiple apps pathes.
This commit is contained in:
j-ed 2013-03-02 12:33:38 +01:00
parent 20a45d547a
commit f96eef926e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
* *
*/ */
require_once 'apps/user_webdavauth/user_webdavauth.php'; require_once OC_App::getAppPath('user_webdavauth').'/user_webdavauth.php';
OC_APP::registerAdmin('user_webdavauth', 'settings'); OC_APP::registerAdmin('user_webdavauth', 'settings');