aboutsummaryrefslogtreecommitdiff
path: root/js/lib/pageowner.js
blob: 825898416be2a30a2e87c871cc856fbcdcc92595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Provides page owner and context functions
 *
 * @todo This is a stub. Page owners can't be fully implemented until
 * the 4 types are finished.
 */

/**
 * @return {number} The GUID of the logged in user
 */
elgg.get_page_owner_guid = function() {
	return elgg.page_owner.guid || 0;
};