Gii: use composer instead of including diff library directly

This commit is contained in:
Alexander Makarov
2013-08-19 00:04:31 +04:00
parent 514f121cf7
commit 5f6ff37ee7
22 changed files with 8 additions and 2182 deletions

View File

@@ -17,7 +17,6 @@ class TextDiff
{
public static function compare($lines1, $lines2)
{
Yii::setAlias('@Horde', '@yii/gii/lib/Horde');
if (is_string($lines1)) {
$lines1 = explode("\n", $lines1);
}