Revision: 2026 Author: olavmrk Date: Thu Dec 3 23:34:36 2009 Log: sanitycheck: Fix undefined variable error. http://code.google.com/p/simplesamlphp/source/detail?r=2026
Modified: /trunk/modules/sanitycheck/www/index.php ======================================= --- /trunk/modules/sanitycheck/www/index.php Fri Aug 28 02:39:10 2009 +++ /trunk/modules/sanitycheck/www/index.php Thu Dec 3 23:34:36 2009 @@ -27,5 +27,4 @@ $t->data['pageid'] = 'sanitycheck'; $t->data['errors'] = $errors; $t->data['info'] = $info; -$t->data['jquery'] = $jquery; $t->show(); -- You received this message because you are subscribed to the Google Groups "simpleSAMLphp 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/simplesamlphp-commits?hl=en.
