X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/840f130b4a3ad813c3e1b77b22c76a922fb2426c..6cba8db7a811888e5f29708a50893ab6982b3181:/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;