Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
3ee18356
Commit
3ee18356
authored
Dec 01, 2020
by
Mario
Browse files
missing parenthesis
parent
25565bfc
Pipeline
#368073
passed with stage
in 3 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Zotlabs/Module/Locs.php
View file @
3ee18356
...
...
@@ -41,6 +41,7 @@ class Locs extends Controller {
$x
=
q
(
"select * from hubloc where hubloc_id = %d and hubloc_hash = '%s' "
,
intval
(
$hubloc_id
),
dbesc
(
$channel
[
'channel_hash'
])
);
if
(
$x
)
{
hubloc_change_primary
(
$x
[
0
]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment