diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-31 13:06:33 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-31 13:06:33 +0200 |
commit | b438ffead455df7935c8423ed668cb1c2367fe47 (patch) | |
tree | 587f2883c737e3e5bae9126aae259dd61cdb9f06 /include | |
parent | cbaaa1c57ffed0b0a11a7d4cf9a492c26e577194 (diff) | |
parent | f0690aadcc456386828f8bfba4d0a1007d09d9df (diff) | |
download | volse-hubzilla-b438ffead455df7935c8423ed668cb1c2367fe47.tar.gz volse-hubzilla-b438ffead455df7935c8423ed668cb1c2367fe47.tar.bz2 volse-hubzilla-b438ffead455df7935c8423ed668cb1c2367fe47.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'include')
-rwxr-xr-x | include/plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin.php b/include/plugin.php index 28d27619f..734c20d79 100755 --- a/include/plugin.php +++ b/include/plugin.php @@ -559,7 +559,7 @@ function get_widget_info($widget){ $checkpaths = [ "Zotlabs/SiteWidget/$ucwidget.php", - "Zotlibs/Widget/$ucwidget.php", + "Zotlabs/Widget/$ucwidget.php", "addon/$ucwidget/$ucwidget.php", "addon/$widget.php" ]; |