forked from verdnatura/hedera-web
Hotfix
This commit is contained in:
parent
00c7f9da0d
commit
be23ceed4b
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.408.2) stable; urgency=low
|
hedera-web (1.408.3) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.408.2",
|
"version": "1.408.3",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -99,7 +99,7 @@ class Load extends Edi\Method {
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
$db->query(
|
$db->query(
|
||||||
'UPDATE ekt
|
'UPDATE mail
|
||||||
SET source = #source
|
SET source = #source
|
||||||
WHERE id = #mailId', [
|
WHERE id = #mailId', [
|
||||||
'source' => $ediString,
|
'source' => $ediString,
|
||||||
|
|
Loading…
Reference in New Issue