mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Changed makeClickable to public, for testing.
This commit is contained in:
@@ -1423,7 +1423,7 @@ class e_parse extends e_parser
|
|||||||
* @param bool $opts['ext'] load link in new window (not for email)
|
* @param bool $opts['ext'] load link in new window (not for email)
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
private function makeClickable($text='', $type='email', $opts=array())
|
public function makeClickable($text='', $type='email', $opts=array())
|
||||||
{
|
{
|
||||||
|
|
||||||
if(empty($text))
|
if(empty($text))
|
||||||
|
Reference in New Issue
Block a user