X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/3a5824c19df3af1f5bc4459a85276ebc84d03adf..HEAD:/wblist.php diff --git a/wblist.php b/wblist.php index 51cc681..00093f2 100644 --- a/wblist.php +++ b/wblist.php @@ -16,6 +16,9 @@ if (count($raw) < 1) { return ''; } + if (! is_object($raw[0])) { + return "

{$raw[0]}

"; + } $headers = createHeader($raw[0]); $r = "$headers"; $i = 1;