mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Plugin Manager code cleanup - a little closer to admin-ui stage. .
This commit is contained in:
@@ -140,9 +140,12 @@ class convert
|
||||
{
|
||||
return str_replace($r, $s,$mask);
|
||||
}
|
||||
elseif(strpos($mask,'%')!==FALSE)
|
||||
{
|
||||
return str_replace($s,$r, $mask);
|
||||
}
|
||||
|
||||
|
||||
return str_replace($s,$r, $mask);
|
||||
return $mask;
|
||||
|
||||
// Keep this info here:
|
||||
/*
|
||||
|
Reference in New Issue
Block a user