diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-03-03 16:28:16 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-03-03 16:28:16 -0600 |
commit | 5302477671e4ef65e35baa1e5b868c4dae4a35c7 (patch) | |
tree | b24e06de7e1e62b693527368bc41adcc5c948f10 | |
parent | e77df64fd17adc57121176898e14ea21693489c5 (diff) | |
download | mediagoblin-5302477671e4ef65e35baa1e5b868c4dae4a35c7.tar.lz mediagoblin-5302477671e4ef65e35baa1e5b868c4dae4a35c7.tar.xz mediagoblin-5302477671e4ef65e35baa1e5b868c4dae4a35c7.zip |
self.media_data->self.media_manager in the docstring. Thanks for catching, Elrond.
This commit sponsored by Sebastian Hugentobler. Thank you!
-rw-r--r-- | mediagoblin/db/mixin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/db/mixin.py b/mediagoblin/db/mixin.py index 92834a72..fdf61e8d 100644 --- a/mediagoblin/db/mixin.py +++ b/mediagoblin/db/mixin.py @@ -129,7 +129,7 @@ class MediaEntryMixin(object): def get_display_media(self): """Find the best media for display. - We try checking self.media_data.fetching_order if it exists to + We try checking self.media_manager.fetching_order if it exists to pull down the order. Returns: |