add warning when appframework is disbled in tutorial

This commit is contained in:
Bernhard Posselt
2013-04-20 16:39:14 +02:00
parent 6c12e4aa15
commit 05a2b739e1
2 changed files with 6 additions and 3 deletions

View File

@@ -58,6 +58,9 @@ The **app.php** will always loaded for every app and can for instance be used to
'name' => $api->getTrans()->t('My notes app')
));
} else {
$msg = 'Can not enable the Notes app because the App Framework App is disabled';
\OCP\Util::writeLog('news', $msg, \OCP\Util::ERROR);
}
First Page

View File

@@ -1,6 +1,6 @@
============
Testing Team
============
====================
ownCloud Test Pilots
====================
.. toctree::
:maxdepth: 1