Index: trunk/phase3/profileinfo.php |
— | — | @@ -80,8 +80,8 @@ |
81 | 81 | |
82 | 82 | $dbr = wfGetDB( DB_SLAVE ); |
83 | 83 | |
84 | | -if( !$dbr->tableExists( 'profileinfo' ) ) { |
85 | | - echo "<p>No 'profileinfo' table exists, so we can't show you anything.</p>\n"; |
| 84 | +if( !$dbr->tableExists( 'profiling' ) ) { |
| 85 | + echo "<p>No 'profiling' table exists, so we can't show you anything.</p>\n"; |
86 | 86 | echo "<p>If you want to log profiling data, create the table using " |
87 | 87 | . "<tt>maintenance/archives/patch-profiling.sql</tt> and enable " |
88 | 88 | . "<tt>\$wgProfileToDatabase</tt>.</p>\n"; |