diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-07-16 22:32:04 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-07-16 22:32:04 +0200 |
commit | 7d86e262e18d931f613a6dac16afe66a70d963ac (patch) | |
tree | 728cd3cca67b0846c59884e961a9ee6ca53e3461 /lib/util.php | |
parent | d673d8c25310f0ea73927b8b252e6823a11087f4 (diff) | |
download | nextcloud-server-7d86e262e18d931f613a6dac16afe66a70d963ac.tar.gz nextcloud-server-7d86e262e18d931f613a6dac16afe66a70d963ac.zip |
Use autoloader for Patchwork/PHP/Shim/Normalizer
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util.php b/lib/util.php index 981b05b2b46..2586ad28320 100755 --- a/lib/util.php +++ b/lib/util.php @@ -1,7 +1,5 @@ <?php -require_once 'Patchwork/PHP/Shim/Normalizer.php'; - /** * Class for utility functions * |