Author: jablko
Date: Tue Oct 26 10:12:14 2010
New Revision: 8509

Log:
Suppress notice

Modified:
   trunk/lib/task/migrate/QubitMigrate109.class.php

Modified: trunk/lib/task/migrate/QubitMigrate109.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate109.class.php    Tue Oct 26 10:07:34 
2010        (r8508)
+++ trunk/lib/task/migrate/QubitMigrate109.class.php    Tue Oct 26 10:12:14 
2010        (r8509)
@@ -100,9 +100,10 @@
 
       case 55:
 
+        // Update "home" and "about" links
         foreach ($this->data['QubitMenu'] as $key => $value)
         {
-          switch ($value['path'])
+          switch (@$value['path'])
           {
             case 'staticpage/static?permalink=about':
               $this->data['QubitMenu'][$key]['path'] = 
'staticpage/index?slug=about';

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to