Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1188 → Rev 1189

/trunk/plugins/viathinksoft/publicPages/095_attachments/OIDplusPagePublicAttachments.class.php
636,7 → 636,7
$error .= ': ' . $e->getMessage();
}
if ($error) {
$notifications[] = array('WARN', $error);
$notifications[] = new OIDplusNotification('WARN', $error);
}
}
return $notifications;