X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fpltableeditor.php;h=d1dca3348047d1f8692dd2b3b5800127f59535aa;hb=8b1f8e12d444062ef63a0db3a8fa94582a9778c3;hp=cad848aea5abe3266a3fd5177ee66096b19f0e6c;hpb=a6613b2efb9256648907e6a7d0427b518d995ccc;p=platal.git diff --git a/classes/pltableeditor.php b/classes/pltableeditor.php index cad848a..d1dca33 100644 --- a/classes/pltableeditor.php +++ b/classes/pltableeditor.php @@ -153,7 +153,7 @@ class PLTableEditor { } // call when done function apply(&$page, $action, $id = false) { - $page->changeTpl('table-editor.tpl'); + $page->changeTpl('core/table-editor.tpl'); $list = true; if ($action == 'delete') { if (!isset($this->delete_action)) {