commit ccd9f2a310ca95bbc83e1885ced16a3b98f734d2
parent 636bb37fa78133b7ec4d31338d7b8fba75e1312d
Author: markseu <mark2011@mayberg.se>
Date: Mon, 20 Jul 2020 16:21:49 +0200
Updated edit extension, thanks Neto
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/extensions/edit.php b/system/extensions/edit.php
@@ -4,7 +4,7 @@
// This file may be used and distributed under the terms of the public license.
class YellowEdit {
- const VERSION = "0.8.27";
+ const VERSION = "0.8.28";
const TYPE = "feature";
public $yellow; //access to API
public $response; //web response
@@ -878,7 +878,7 @@ class YellowEdit {
$email = $this->yellow->page->getRequest("email");
$action = $this->yellow->page->getRequest("action");
$expire = $this->yellow->page->getRequest("expire");
- $langauge = $this->yellow->page->getRequest("language");
+ $language = $this->yellow->page->getRequest("language");
if ($this->users->checkActionToken($actionToken, $email, $action, $expire)) {
$ok = true;
$this->response->language = $this->getActionLanguage($language);