@@ -416,7 +416,7 @@ |
||
416 | 416 | * Return a variable if it is set, otherwise default |
417 | 417 | * |
418 | 418 | * @param mixed $var The variable to test |
419 | - * @param mixed $default The default value to use |
|
419 | + * @param false|string $default The default value to use |
|
420 | 420 | * @return mixed The value of the variable if set, otherwise default value |
421 | 421 | * @access protected |
422 | 422 | */ |