summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-03-13 12:42:39 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2012-03-13 12:45:48 -0700
commitc6734081a8a08b01f5913a16a7e5d680906950c0 (patch)
tree28678dc925229a3adf65616e3d4fda2fb7b1659f /modules
parent028a2630917794f745905416d1ab2cc397c908ad (diff)
downloadbrdo-c6734081a8a08b01f5913a16a7e5d680906950c0.tar.gz
brdo-c6734081a8a08b01f5913a16a7e5d680906950c0.tar.bz2
Issue #1282156 by karschsp, kika: Convert IP-blocking table to 'Empty table pattern'.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.admin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 052fb5e9a..1e2c89caa 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -1378,6 +1378,7 @@ function system_ip_blocking($default_ip = '') {
'#theme' => 'table',
'#header' => $header,
'#rows' => $rows,
+ '#empty' => t('No blocked IP addresses available.'),
);
return $build;