Check if we have an array with data. Fix #487

remotes/origin/stable5
Victor Dubiniuk 12 years ago
parent 3d5ffebb52
commit 6a211f3fa1
  1. 2
      settings/templates/help.php

@ -17,7 +17,7 @@
}
?>
</diV>
<?php if(is_null($_["kbe"])):?>
<?php if(!is_array($_["kbe"]) || !count($_["kbe"])):?>
<div class="helpblock">
<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>

Loading…
Cancel
Save