Skip to content

Commit

Permalink
bug fixes round 1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubUser4234 committed Aug 29, 2016
1 parent 2776c80 commit 7080212
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ Options -Indexes
<IfModule pagespeed_module>
ModPagespeed Off
</IfModule>
#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####

ErrorDocument 403 /server/core/templates/403.php
ErrorDocument 404 /server/core/templates/404.php
6 changes: 6 additions & 0 deletions apps/user_ldap/appinfo/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
return new \OCA\User_LDAP\Notification\Notifier(
\OC::$server->getL10NFactory()
);
}, function() {
$l = \OC::$server->getL10N('user_ldap');
return [
'id' => 'user_ldap',
'name' => $l->t('LDAP user and group backend'),
];
});
if(count($configPrefixes) === 1) {
$dbc = \OC::$server->getDatabaseConnection();
Expand Down

0 comments on commit 7080212

Please sign in to comment.