1
0
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:
Cameron
2013-03-05 06:11:05 -08:00
parent e7c60ee476
commit 1135a65fba
2 changed files with 203 additions and 41 deletions

View File

@@ -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:
/*