Skip to content

Commit

Permalink
Compatibility with Nette 1.0-dev (removed Nette\Forms\INamingContainer)
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkl578 committed Aug 26, 2010
1 parent 1e64680 commit f12d923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataGrid.php
Expand Up @@ -38,7 +38,7 @@
* @example http://addons.nette.org/datagrid
* @package Nette\Extras\DataGrid
*/
class DataGrid extends Nette\Application\Control implements \ArrayAccess, Nette\Forms\INamingContainer
class DataGrid extends Nette\Application\Control implements \ArrayAccess
{
/** @persistent int */
public $page = 1;
Expand Down

0 comments on commit f12d923

Please sign in to comment.