projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c696b2
)
Requires googleapps.inc.php when needed in admin page..
author
Stéphane Jacob
<sj@m4x.org>
Sat, 17 Jul 2010 17:13:35 +0000
(19:13 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Sat, 17 Jul 2010 17:13:35 +0000
(19:13 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/admin.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/admin.php
b/modules/admin.php
index
9b5a925
..
57c4a21
100644
(file)
--- a/
modules/admin.php
+++ b/
modules/admin.php
@@
-435,6
+435,7
@@
class AdminModule extends PLModule
}
if (!Post::blank('hashpass')) {
$to_update['password'] = Post::s('hashpass');
+ require_once 'googleapps.inc.php';
$account = new GoogleAppsAccount($user);
if ($account->active() && $account->sync_password) {
$account->set_password(Post::s('hashpass'));