commit | 5286ef0f3ec6d298fa53bfbf8ecde474e5710f81 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Sun Jul 06 19:57:59 2014 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Sun Jul 06 19:57:59 2014 +0300 |
tree | ec9c268acda15ac1e2e2498cadc884f02c7dec95 | |
parent | ab9971f112c1394db0d0fc963d860479d3ec408b [diff] [blame] |
Fix #3131
diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php index dff1a86..4493d5b 100644 --- a/system/helpers/url_helper.php +++ b/system/helpers/url_helper.php
@@ -208,6 +208,10 @@ $window_name = $attributes['window_name']; unset($attributes['window_name']); } + else + { + $window_name = '_blank'; + } foreach (array('width' => '800', 'height' => '600', 'scrollbars' => 'yes', 'status' => 'yes', 'resizable' => 'yes', 'screenx' => '0', 'screeny' => '0') as $key => $val) {