mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
correct typo
This commit is contained in:
@@ -60,7 +60,7 @@ The **app.php** will always loaded for every app and can for instance be used to
|
||||
));
|
||||
} else {
|
||||
$msg = 'Can not enable the Notes app because the App Framework App is disabled';
|
||||
\OCP\Util::writeLog('news', $msg, \OCP\Util::ERROR);
|
||||
\OCP\Util::writeLog('myapp', $msg, \OCP\Util::ERROR);
|
||||
}
|
||||
|
||||
First Page
|
||||
|
||||
Reference in New Issue
Block a user