From dd535435bb3e9c11dcf87188145cbb7bc9e1f877 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 7 Feb 2019 17:12:21 +0300 Subject: [PATCH] Flextype Core: Entries - new method update() - added. --- flextype/Entries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Entries.php b/flextype/Entries.php index cb1534d4..354c7e87 100755 --- a/flextype/Entries.php +++ b/flextype/Entries.php @@ -301,7 +301,7 @@ class Entries * @param string $data Data * @return bool */ - public static update(string $entry, string $data) : bool + public static function update(string $entry, string $data) : bool { $entry_file = PATH['entries'] . '/' . $entry . '/entry.html';