Revision: 2043 Author: olavmrk Date: Fri Dec 4 03:17:30 2009 Log: sanitycheck: Fix undefined variable error.
Merged into 1.5 branch from r2026. http://code.google.com/p/simplesamlphp/source/detail?r=2043 Modified: /branches/simplesamlphp-1.5/modules/sanitycheck/www/index.php ======================================= --- /branches/simplesamlphp-1.5/modules/sanitycheck/www/index.php Fri Aug 28 02:39:10 2009 +++ /branches/simplesamlphp-1.5/modules/sanitycheck/www/index.php Fri Dec 4 03:17:30 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.
