mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
json_encode the appid
This commit is contained in:
parent
279cbeb001
commit
18fa8e2753
1 changed files with 1 additions and 1 deletions
|
|
@ -23,4 +23,4 @@ foreach($combinedApps as $app) {
|
|||
echo("\n");
|
||||
}
|
||||
|
||||
echo ("var appid =\"".$_GET['appid']."\";");
|
||||
echo ("var appid =".json_encode($_GET['appid']).";");
|
||||
Loading…
Reference in a new issue