1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 02:24:08 +02:00

Correct library cache file name.

This commit is contained in:
Cameron
2017-01-27 13:50:44 -08:00
parent 02b6a235c4
commit ad7efe78a9
3 changed files with 5 additions and 5 deletions

View File

@@ -4514,7 +4514,7 @@ return;
/**
* Filters/Validates using the PHP5 filter_var() method.
* @param $text
* @param $type string str|int|email|url|w|wds
* @param $type string str|int|email|url|w|wds|file
* @return string | boolean | array
*/
function filter($text, $type='str',$validate=false)