Explorar el Código

replace client area template

andre hace 4 años
padre
commit
79704fe11d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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(
-		'template' => 'clientside',
+		'templatefile' => 'clientside',
 		'vars' => array_merge(
 			array(
 				'url' => $seafileURL,