mirror of
https://github.com/slawkens/myaac.git
synced 2025-05-03 04:39:20 +02:00
* some small undefined variable fix
This commit is contained in:
parent
fe8b0cd944
commit
27e490912b
@ -28,7 +28,7 @@ else
|
|||||||
$_content = $notepad_content;
|
$_content = $notepad_content;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $twig->render('admin.notepad.html', array('content' => $_content));
|
echo $twig->render('admin.notepad.html', array('content' => isset($_content) ? $_content : null));
|
||||||
|
|
||||||
class Notepad
|
class Notepad
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user