Check if we have an array with data. Fix #487
This commit is contained in:
parent
3d5ffebb52
commit
6a211f3fa1
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</diV>
|
</diV>
|
||||||
<?php if(is_null($_["kbe"])):?>
|
<?php if(!is_array($_["kbe"]) || !count($_["kbe"])):?>
|
||||||
<div class="helpblock">
|
<div class="helpblock">
|
||||||
<p><?php echo $l->t('Problems connecting to help database.');?></p>
|
<p><?php echo $l->t('Problems connecting to help database.');?></p>
|
||||||
<p><a href="http://apps.owncloud.com/kb"><?php echo $l->t('Go there manually.');?></a></p>
|
<p><a href="http://apps.owncloud.com/kb"><?php echo $l->t('Go there manually.');?></a></p>
|
||||||
|
|
Loading…
Reference in New Issue