0
1
Fork 0

SMS bugs solved

This commit is contained in:
Juan Ferrer Toribio 2017-12-13 19:46:54 +01:00
parent 719c062eef
commit 7ce6571770
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.405.47) stable; urgency=low
hedera-web (1.405.48) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.405.47",
"version": "1.405.48",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -37,7 +37,7 @@ class Sms extends Vn\Web\JsonRequest
]
);
if ($sms->codigo != 0)
if ($res->codigo != 0)
throw new Lib\UserException ($res->descripcion);
return TRUE;