From 240b84f830e9d77d175829611140ab3be48ed6b4 Mon Sep 17 00:00:00 2001 From: earthperson Date: Thu, 23 Jan 2014 19:46:50 +0400 Subject: [PATCH] Minor improvement --- _build/build.transport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/build.transport.php b/_build/build.transport.php index 3d19fa6..2951c59 100644 --- a/_build/build.transport.php +++ b/_build/build.transport.php @@ -108,7 +108,7 @@ $builder->putVehicle($vehicle); unset($vehicle,$menu); -/* now pack in the license file, readme and setup options */ +/* now pack in the license file, readme, changelog and setup options */ $modx->log(modX::LOG_LEVEL_INFO,'Adding package attributes and setup options...'); $builder->setPackageAttributes(array( 'license' => file_get_contents($sources['docs'] . 'license.txt'),