projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd3fbb
)
Update for last autloading changes in registry
author
Duck (Jakob Munih)
<duck@obala.net>
Thu, 2 Jul 2009 09:38:38 +0000
(11:38 +0200)
committer
Duck (Jakob Munih)
<duck@obala.net>
Thu, 2 Jul 2009 09:38:38 +0000
(11:38 +0200)
folks/lib/Auth/folks.php
patch
|
blob
|
history
diff --git
a/folks/lib/Auth/folks.php
b/folks/lib/Auth/folks.php
index
a32f32d
..
630cb06
100644
(file)
--- a/
folks/lib/Auth/folks.php
+++ b/
folks/lib/Auth/folks.php
@@
-1,7
+1,4
@@
<?php
-
-require_once dirname(__FILE__) . '/application.php';
-
/**
* The Auth_folks class provides a sql implementation of the Horde
* authentication system with use of folks app
@@
-95,7
+92,7
@@
class Auth_folks extends Auth_application {
$password = Auth::genRandomPassword();
/* Process. */
- $fileroot = $GLOBALS['registry']->get('
web
root', 'folks');
+ $fileroot = $GLOBALS['registry']->get('
file
root', 'folks');
if ($fileroot instanceof PEAR_Error) {
return $fileroot;
}