]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Can't type hint for strings.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 12 Feb 2010 22:53:54 +0000 (22:53 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 12 Feb 2010 22:53:54 +0000 (22:53 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3937 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/elgglib.php

index 0da106b8a2e26e96ef73330d0dc22c1ef1540c7e..1ae488fb0712a50cfab83251db5245b29f794bce 100644 (file)
@@ -173,7 +173,7 @@ function elgg_get_view_location($view, $viewtype = '') {
  * @param string $viewtype If set, forces the viewtype for the elgg_view call to be this value (default: standard detection)
  * @return string The HTML content
  */
-function elgg_view(string $view, $vars = array(), $bypass = false, $debug = false, $viewtype = '') {
+function elgg_view($view, $vars = array(), $bypass = false, $debug = false, $viewtype = '') {
        global $CONFIG;
        static $usercache;