Fixed events API to remove thumbnail code
This commit is contained in:
parent
138e931e24
commit
719a903d43
|
@ -74,6 +74,7 @@ class ImageComponent extends Component {
|
|||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
$imageData = array(
|
||||
'eventPath' => $eventPath,
|
||||
'imagePath' => $imagePath,
|
||||
|
@ -86,6 +87,7 @@ class ImageComponent extends Component {
|
|||
);
|
||||
|
||||
return( $imageData );
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue