Fix incorrect variable
This commit is contained in:
parent
c84a682a6b
commit
be39e37f9c
@ -34,7 +34,7 @@ if (!empty($VARS['color'])) {
|
|||||||
if (empty($VARS['modified'])) {
|
if (empty($VARS['modified'])) {
|
||||||
$note->setModified(date("Y-m-d H:i:s"));
|
$note->setModified(date("Y-m-d H:i:s"));
|
||||||
} else {
|
} else {
|
||||||
$note->setModified($requestdata['modified']);
|
$note->setModified($VARS['modified']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($VARS['favorite'])) {
|
if (!empty($VARS['favorite'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user