From 6734887dea157e68810d81073de663e0a51228ab Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 18 Jul 2014 17:01:05 +0000 Subject: [PATCH] --- inc/ws/Util/html5/app/class.ws.html5.app.compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Util/html5/app/class.ws.html5.app.compiler.php b/inc/ws/Util/html5/app/class.ws.html5.app.compiler.php index 518e74a68..7e2e287b6 100644 --- a/inc/ws/Util/html5/app/class.ws.html5.app.compiler.php +++ b/inc/ws/Util/html5/app/class.ws.html5.app.compiler.php @@ -150,7 +150,7 @@ class wsHTML5AppCompiler { } if ($config['offline']) { - $c = json_decode(file_get_contents('http://workshop.fluidbook.com/services/collection/' . $this->collectionId . '/' . $this->os)); + $c = json_decode(file_get_contents('http://workshop.fluidbook.com/services/collection/' . $this->collectionId . '/' . $this->os . '/150/0/' . $this->collection->settings['version'])); unset($c->manifest); unset($c->manifestPub); $config['collection'] = $c; -- 2.39.5