rev update
This commit is contained in:
parent
6ca9f0e5fa
commit
caebcc5e83
3 changed files with 4 additions and 4 deletions
|
@ -245,7 +245,7 @@ function notifications_content(&$a) {
|
|||
|
||||
$notif_content = '';
|
||||
|
||||
if (count($r) > 0) {
|
||||
if ($r) {
|
||||
|
||||
foreach ($r as $it) {
|
||||
switch($it['verb']){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue