correct typo

This commit is contained in:
Bernhard Posselt
2013-04-20 16:40:04 +02:00
parent 05a2b739e1
commit 6ec5c42774

View File

@@ -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