Index: trunk/extensions/PageSchemas/PS_Tabs.php |
— | — | @@ -63,12 +63,12 @@ |
64 | 64 | |
65 | 65 | $categoryName = $title->getText(); |
66 | 66 | if ( $action == 'generatepages' ) { |
67 | | - $gen_page = new PSGeneratePages(); |
68 | | - $gen_page->execute( $categoryName ); |
| 67 | + $generatePagesPage = new PSGeneratePages(); |
| 68 | + $generatePagesPage->execute( $categoryName ); |
69 | 69 | return false; |
70 | 70 | } elseif ( $action == 'editschema' ) { |
71 | | - $edit_schema = new PSEditSchema(); |
72 | | - $edit_schema->execute( $categoryName ); |
| 71 | + $editSchemaPage = new PSEditSchema(); |
| 72 | + $editSchemaPage->execute( $categoryName ); |
73 | 73 | return false; |
74 | 74 | } |
75 | 75 | return true; |