migration cl --> A
This commit is contained in:
parent
b97b2b651d
commit
9b134ae7c6
|
@ -2,6 +2,7 @@
|
||||||
namespace nur\sery\output\std;
|
namespace nur\sery\output\std;
|
||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
|
use nur\sery\A;
|
||||||
use nur\sery\cl;
|
use nur\sery\cl;
|
||||||
use nur\sery\ExceptionShadow;
|
use nur\sery\ExceptionShadow;
|
||||||
use nur\sery\UserException;
|
use nur\sery\UserException;
|
||||||
|
@ -306,7 +307,7 @@ class StdMessenger implements _IMessenger {
|
||||||
}
|
}
|
||||||
if ($printContent && $printResult) {
|
if ($printContent && $printResult) {
|
||||||
if ($rcontent) {
|
if ($rcontent) {
|
||||||
cl::ensure_array($content);
|
A::ensure_array($content);
|
||||||
$content[] = ": ";
|
$content[] = ": ";
|
||||||
$content[] = $rcontent;
|
$content[] = $rcontent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue