Przeglądaj źródła

replace client area template

andre 4 lat temu
rodzic
commit
2fdef7be7f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      seafile.php

+ 1 - 1
seafile.php

@@ -203,7 +203,7 @@ function seafile_ClientArea($params) {
 	$slang = array();
 	include_once dirname(__FILE__).'/lang/'.$lla.'.php';
 	return array(
-		'templatefile' => 'clientside',
+		'template' => 'clientside',
 		'vars' => array_merge(
 			array(
 				'url' => $seafileURL,