From 7cca47d1ab5838f5440b1a1e08fa4c0d43989664 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 5 Jan 2015 22:43:15 +0100 Subject: Change name of user configuration var in Context - FreshRSS_Context::$conf is replaced by FreshRSS_Context::$user_conf - Introduce FreshRSS_Context::$system_conf - Remove FreshRSS_Configuration object See https://github.com/FreshRSS/FreshRSS/issues/730 --- app/views/auth/index.phtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/auth/index.phtml') diff --git a/app/views/auth/index.phtml b/app/views/auth/index.phtml index ee1e2d8b9..bb07cc2af 100644 --- a/app/views/auth/index.phtml +++ b/app/views/auth/index.phtml @@ -14,7 +14,7 @@ - + @@ -55,7 +55,7 @@
- token; ?> + token; ?>
/> -- cgit v1.2.3