This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
baueradvance
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
master
Daniel
3 years ago
parent
9a36b4dd1a
commit
52835098e3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
httpdocs/src/Controller/BackendController.php
+ 1
- 1
httpdocs/src/Controller/BackendController.php
View File
@@ -147,7 +147,7 @@ class BackendController extends AbstractController
"`unique_user`='$unique_users',".
"`page_impressions`='$page_impressions',".
"`visits`='$visits',".
"`source`=
$source
".
"`source`=
'$source'
".
" WHERE `id` = $id"
);
}
Write
Preview
Loading…
Cancel
Save