Update broker_list_dicts.phpt

This commit is contained in:
marcosptf 2015-08-07 15:16:31 -03:00
parent e36431fbee
commit d2632efe5e

View file

@ -11,7 +11,7 @@ if(!extension_loaded('enchant')) die('skip, enchant not loader');
$broker = enchant_broker_init();
if (is_resource($broker)) {
echo("OK\n");
$brokerListDicts = enchant_broker_list_dicts($broker));
$brokerListDicts = enchant_broker_list_dicts($broker);
if (is_array($brokerListDicts)) {
echo("OK\n");