projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52ed916
)
Horde_Sesion conversion missed in Turba
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 17 Nov 2010 20:55:53 +0000
(13:55 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 18 Nov 2010 16:39:15 +0000
(09:39 -0700)
turba/lib/tests/KolabTestBase.php
patch
|
blob
|
history
diff --git
a/turba/lib/tests/KolabTestBase.php
b/turba/lib/tests/KolabTestBase.php
index
d53607d
..
b323592
100644
(file)
--- a/
turba/lib/tests/KolabTestBase.php
+++ b/
turba/lib/tests/KolabTestBase.php
@@
-155,7
+155,7
@@
class Turba_KolabTestBase extends Horde_Kolab_Test_Storage
$this->prepareNewFolder($world['storage'], 'Contacts', 'contact', true);
$this->prepareNewFolder($world['storage'], 'test2', 'contact');
- $
_SESSION['turba']['has_share'] = true
;
+ $
GLOBALS['session']->set('turba', 'has_share', true)
;
$GLOBALS['turba_shares'] = $GLOBALS['injector']->getInstance('Horde_Core_Factory_Share')->create();
$GLOBALS['cfgSources'] = Turba::getConfigFromShares($cfgSources);