projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed1757d
)
Ingo has not been converted to Horde_Session fully yet
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 5 Nov 2010 23:07:27 +0000
(17:07 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 5 Nov 2010 23:07:27 +0000
(17:07 -0600)
ingo/lib/Application.php
patch
|
blob
|
history
diff --git
a/ingo/lib/Application.php
b/ingo/lib/Application.php
index
ff656d2
..
03f2448
100644
(file)
--- a/
ingo/lib/Application.php
+++ b/
ingo/lib/Application.php
@@
-235,8
+235,8
@@
class Ingo_Application extends Horde_Registry_Application
*/
public function prefsInit($ui)
{
- if (!isset($
GLOBALS['session']['ingo:
script_generate']) ||
- $
GLOBALS['session']['ingo:
script_generate']) {
+ if (!isset($
_SESSION['ingo']['
script_generate']) ||
+ $
_SESSION['ingo']['
script_generate']) {
$ui->suppressGroups[] = 'script';
}
}