Commit a19b2e7e by Bagus Pambudi

fix bug multisite 5 bahasa

parent d1fd5c3f
...@@ -264,7 +264,7 @@ class PageController extends Controller ...@@ -264,7 +264,7 @@ class PageController extends Controller
*/ */
public function destroy($id) public function destroy($id)
{ {
$data = $this->repo->findId($id, ['rEn', 'rDe', 'rSa']); $data = $this->repo->findId($id, ['rEn', 'rDe', 'rSa','rZh']);
$this->repo->destroy($data); $this->repo->destroy($data);
if ($data->rEn) { if ($data->rEn) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment