|
@@ -64,8 +64,8 @@ |
|
|
block discarded – undo |
|
64
|
64
|
public function set($name, $value = '', $expire = 0, $path = '/', $domain = '', $secure = false, $httponly = false) { |
|
65
|
65
|
if (headers_sent()) { |
|
66
|
66
|
show_error('There exists a cookie that we wanted to create that we couldn\'t ' |
|
67
|
|
- . 'because headers was already sent. Make sure to do this first ' |
|
68
|
|
- . 'before outputing anything.'); |
|
|
67
|
+ . 'because headers was already sent. Make sure to do this first ' |
|
|
68
|
+ . 'before outputing anything.'); |
|
69
|
69
|
} |
|
70
|
70
|
$timestamp = $expire; |
|
71
|
71
|
if ($expire) { |
Please login to merge, or discard this patch.