Files
FHC-Core/application/widgets
Paolo 4e6fc7c607 - Create new function getError in helper hlp_return_object_helper that should just returns retval
- Replace all show_error(getData( with show_error(getError(
- Replace all error($...->retval) with error(getError($...))
- Replace all ->outputJsonError(getData( with ->outputJsonError(getError(
- Replace all show_error($...->retval with show_error(getError($...
- Replace all outputJsonError($...->retval with outputJsonError(getError$...
- Replace all return error($...->retval) with return $...
2019-12-18 18:35:19 +01:00
..
2016-06-19 19:41:10 +02:00
2016-06-20 08:36:37 +02:00
2019-04-26 12:43:51 +02:00
2016-06-19 19:41:10 +02:00
2017-03-27 17:23:20 +02:00
2016-06-23 10:28:26 +02:00
2019-04-26 12:43:51 +02:00