summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorMian Saleem <MianSaleem@users.noreply.github.com>2014-07-31 16:08:07 +0200
committerMian Saleem <MianSaleem@users.noreply.github.com>2014-07-31 16:08:07 +0200
commitfc88a5f319d4c32f3ce9429293549e6c90a68440 (patch)
treef151fd0182e056a2ee6567f8a72993d1289258a7 /system
parenta3f13b74fe88a899c476efd0d275cabaaac24ff2 (diff)
Update url_helper.php
Diffstat (limited to 'system')
-rw-r--r--system/helpers/url_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php
index f5a880c9b..04aacede5 100644
--- a/system/helpers/url_helper.php
+++ b/system/helpers/url_helper.php
@@ -213,7 +213,7 @@ if ( ! function_exists('anchor_popup'))
$window_name = '_blank';
}
- foreach (array('width' => '800', 'height' => '600', 'scrollbars' => 'yes', 'menubar' => 'yes', 'status' => 'yes', 'resizable' => 'yes', 'screenx' => '0', 'screeny' => '0') as $key => $val)
+ foreach (array('width' => '800', 'height' => '600', 'scrollbars' => 'yes', 'menubar' => 'no', 'status' => 'yes', 'resizable' => 'yes', 'screenx' => '0', 'screeny' => '0') as $key => $val)
{
$atts[$key] = isset($attributes[$key]) ? $attributes[$key] : $val;
unset($attributes[$key]);