TestDayMail.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 28 Oct 2012 04:52:58 +0000 (12:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 28 Oct 2012 04:52:58 +0000 (12:52 +0800)
TestDayMail.php

index 7c0a771..5d17d4f 100644 (file)
@@ -15,7 +15,7 @@ class Pman_MTrack_TestDayMail extends Pman_Core_Cli
     function get()
     {
         
-        echo '<style>' . file_get_contents(__DIR__ . '/templates/code.diff_strings.css' ).
+        echo '<style>' . file_get_contents(__DIR__ . '/templates/code.diff.css' ).
             '</style>';
         $r = DB_DataObject::factory('mtrack_repos');
         $r->find();