mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
add warning when appframework is disbled in tutorial
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
============
|
||||
Testing Team
|
||||
============
|
||||
====================
|
||||
ownCloud Test Pilots
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Reference in New Issue
Block a user