Home
last modified time | relevance | path

Searched hist:"30 f3bd15e697a50e85567a6d82d4f531f9b6c782" (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dpageutils_clean_id.test.php30f3bd15e697a50e85567a6d82d4f531f9b6c782 Wed Apr 20 10:44:52 UTC 2016 Michael Grosse <grosse@cosmocode.de> Do not cache cleanID for $ascii == true

Caching must differentiate between a call with $ascii == true and a call
without that parameter. Since calling that function with $ascii == true
rare, we simply do not cache that case.

/dokuwiki/inc/
H A Dpageutils.php30f3bd15e697a50e85567a6d82d4f531f9b6c782 Wed Apr 20 10:44:52 UTC 2016 Michael Grosse <grosse@cosmocode.de> Do not cache cleanID for $ascii == true

Caching must differentiate between a call with $ascii == true and a call
without that parameter. Since calling that function with $ascii == true
rare, we simply do not cache that case.