Merge branch 'bugfix/return-errors' of wn/tt-rss into master
This commit is contained in:
commit
82d3c653a7
|
@ -40,6 +40,8 @@
|
||||||
$ERRORS[14] = __("Plugin not found");
|
$ERRORS[14] = __("Plugin not found");
|
||||||
|
|
||||||
$ERRORS[15] = __("Encoding data as JSON failed");
|
$ERRORS[15] = __("Encoding data as JSON failed");
|
||||||
|
|
||||||
|
return $ERRORS;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($_REQUEST['mode'] == 'js') {
|
if ($_REQUEST['mode'] == 'js') {
|
||||||
|
|
Loading…
Reference in New Issue