@@ -1928,7 +1928,7 @@ |
||
1928 | 1928 | $parent = parent::getParent(); |
1929 | 1929 | if (!$parent instanceof PresenterComponent) { |
1930 | 1930 | throw new DataGridHasToBeAttachedToPresenterComponentException( |
1931 | - "DataGrid is attached to: '" . get_class($parent) . "', but instance of PresenterComponent is needed." |
|
1931 | + "DataGrid is attached to: '".get_class($parent)."', but instance of PresenterComponent is needed." |
|
1932 | 1932 | ); |
1933 | 1933 | } |
1934 | 1934 |