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:
parent
9f50721ab5
commit
8f91e42c40
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user