]> _ Git - fluidbook-toolbox.git/commitdiff
wait #5284 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 May 2022 13:24:55 +0000 (15:24 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 18 May 2022 13:24:55 +0000 (15:24 +0200)
app/Models/FluidbookPublication.php

index d86defb6b7a2fbef9377a88986ad3caa91df5dd3..48db35ebab0d95ef461eb8dddcff221723eb925b 100644 (file)
@@ -114,9 +114,16 @@ class FluidbookPublication extends ToolboxModel
         $this->extranet_project = '';
     }
 
-    public function __($str){
+    public function __($str)
+    {
         return __($str);
     }
 
-
+    /**
+     * @return string
+     */
+    protected function _getFreeFileBaseDirectory()
+    {
+        return '/data1/extranet/www/fluidbook/books/working/' . $this->id;
+    }
 }