diff options
author | Max Kostikov <max@kostikov.co> | 2019-12-04 21:00:20 +0100 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2019-12-04 21:00:20 +0100 |
commit | 3e833a5bcd127b224f65d5a2cf1677cae6973a0b (patch) | |
tree | dda322b5d0cf205eee0b8a9345f946cfb7b99602 | |
parent | 2dd2b755f121cc3cb701f5255222bacc5f360b82 (diff) | |
parent | 475a39ff90345fabd21d36070c083812d3832562 (diff) | |
download | volse-hubzilla-3e833a5bcd127b224f65d5a2cf1677cae6973a0b.tar.gz volse-hubzilla-3e833a5bcd127b224f65d5a2cf1677cae6973a0b.tar.bz2 volse-hubzilla-3e833a5bcd127b224f65d5a2cf1677cae6973a0b.zip |
Merge branch 'dev' into 'dev'
Add missed break
See merge request hubzilla/core!1800
-rw-r--r-- | Zotlabs/Module/Pin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Pin.php b/Zotlabs/Module/Pin.php index 74297aa7c..352a056ed 100644 --- a/Zotlabs/Module/Pin.php +++ b/Zotlabs/Module/Pin.php @@ -58,6 +58,7 @@ class Pin extends \Zotlabs\Web\Controller { set_pconfig($r[0]['uid'], 'pinned_hide', $midb64, $hidden); } } + break; default: http_status_exit(404, 'Not found'); |