Skip to content
Snippets Groups Projects

Update nextcloud.img/Containerfile

Closed Julian Steiner requested to merge julian.st-master-patch-24119 into master
2 files
+ 8
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
7
#! /bin/bash
# hotfix for Error: Call to undefined method OC\DB\QueryBuilder\QueryBuilder::executeQuery() in
# /var/www/nextcloud/apps/user_ldap/lib/Migration/GroupMappingMigration.php:56
sed -i "s/executeQuery()/execute()/g" /var/www/nextcloud/apps/user_ldap/lib/Migration/GroupMappingMigration.php
sed -i "s/executeStatement()/execute()/g" /var/www/nextcloud/apps/user_ldap/lib/Migration/GroupMappingMigration.php
Loading