Commit:    c5df2247dacb6f84506f81d344938e5da71b7469
Author:    Paul Dragoonis <dragoo...@gmail.com>         Sun, 23 Jun 2013 
12:44:27 +0100
Parents:   f04aefd4f2955daa03bdad13af72c87f22a80095
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=c5df2247dacb6f84506f81d344938e5da71b7469

Log:
[beta site] Making beta mode kick in since setbeta uses cookies and needs an 
additional page load to kick in

Changed paths:
  M  include/layout.inc


Diff:
diff --git a/include/layout.inc b/include/layout.inc
index 9d1827c..f77c515 100644
--- a/include/layout.inc
+++ b/include/layout.inc
@@ -225,7 +225,7 @@ function site_header($title = '', $config = array())
 <body{$onload}>
 
 <div id="head-beta-warning">
-  <a id="beta-warning" href="?setbeta=1">
+  <a id="beta-warning" href="?setbeta=1&beta=1">
     <span class="dismiss">dismiss</span>
     <span class="blurb">Step into the future! Click here to switch to the beta 
php.net site</span>
   </a>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to