1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 20:51:53 +02:00

Changed makeClickable to public, for testing.

This commit is contained in:
Cameron 2018-03-10 19:17:13 -08:00
parent 9f50721ab5
commit 8f91e42c40

View File

@ -1423,7 +1423,7 @@ class e_parse extends e_parser
* @param bool $opts['ext'] load link in new window (not for email)
* @return string
*/
private function makeClickable($text='', $type='email', $opts=array())
public function makeClickable($text='', $type='email', $opts=array())
{
if(empty($text))