Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
Updating minor class definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Jun 20, 2016
1 parent 7eb00f5 commit 984c1d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions code/dataobjects/MediaType.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ class MediaType extends DataObject {
* The custom default media types.
*/

private static $custom_defaults = array(
);
private static $custom_defaults = array();

/**
* Apply a custom default media type with no respective attributes.
Expand Down
3 changes: 1 addition & 2 deletions code/pages/MediaPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ class MediaPage extends SiteTree {
* The custom default media types and their respective attributes.
*/

private static $custom_defaults = array(
);
private static $custom_defaults = array();

/**
* Apply custom default media types with respective attributes, or additional attributes to existing default media types.
Expand Down

0 comments on commit 984c1d1

Please sign in to comment.