[Affelio-cvs 819] CVS update: affelio/lib/Affelio/App

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 12月 10日 (土) 07:18:29 JST


Index: affelio/lib/Affelio/App/Admin.pm
diff -u affelio/lib/Affelio/App/Admin.pm:1.1 affelio/lib/Affelio/App/Admin.pm:1.2
--- affelio/lib/Affelio/App/Admin.pm:1.1	Wed Nov 23 13:00:19 2005
+++ affelio/lib/Affelio/App/Admin.pm	Sat Dec 10 07:18:29 2005
@@ -14,7 +14,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# $Id: Admin.pm,v 1.1 2005/11/23 04:00:19 slash5234 Exp $
+# $Id: Admin.pm,v 1.2 2005/12/09 22:18:29 slash5234 Exp $
 
 package Affelio::App::Admin;
 {
@@ -33,6 +33,7 @@
     use Affelio::misc::Time;
     use Affelio::misc::NetMisc;
     use Affelio::misc::WebInput;
+    use Affelio::Managing::NewsAggregator;
     use Affelio::exception::CommunicationException; 
     use Affelio::exception::SystemException;
 
@@ -62,6 +63,9 @@
 		    wi => $wi};
 	bless $self, $class;
 
+	$a = new Affelio::Managing::NewsAggregator($af);
+	$a->get_one();
+
 	debug_print("Admin::new: end.");
 	return $self;
     }


Affelio-cvs メーリングリストの案内
Back to archive index