summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-02-17 13:04:50 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-02-17 13:04:50 +0000
commit9062b566b28d6b658888c4ab6bae856827a8cab7 (patch)
treee17d29e8b54157de8e6edf000e1c2909b9e734c2 /.htaccess
parent8c70eae2e49930eb6ebe063849adf9be14cf28c5 (diff)
downloadbrdo-9062b566b28d6b658888c4ab6bae856827a8cab7.tar.gz
brdo-9062b566b28d6b658888c4ab6bae856827a8cab7.tar.bz2
- applying patches from Axel Kollmorgen. See
http://list.drupal.org/drupal-devel/2002-February/thread.html#6678 http://list.drupal.org/drupal-devel/2002-February/thread.html#6629 - removed references to $this->user() from themes. - removed $BaseTheme->user(). It was deprecated a while back. NOTE: this update will break custom themes, so make sure you update your themes before updating!
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 5cc16dad1..3b27a5a5b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -29,6 +29,7 @@ ErrorDocument 500 /error.php
php_value session.cookie_lifetime 2000000
php_value session.auto_start 0
php_value session.save_handler user
+ php_value allow_call_time_pass_reference Off
</IfModule>
# Various rewrite rules