Merge pull request #1 from dignajar/master

Pull request
This commit is contained in:
Edi 2017-05-26 13:23:59 +02:00 committed by GitHub
commit 84727dc995
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Bludit is a simple web application to make your own **blog** or **site** in seco
- [Themes](https://themes.bludit.com) - [Themes](https://themes.bludit.com)
- [More plugins and themes](https://forum.bludit.com/viewforum.php?f=14) - [More plugins and themes](https://forum.bludit.com/viewforum.php?f=14)
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=S55XTNZ8YQXSA&lc=AR&item_name=BLUDIT&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) [![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.me/bludit)
Social networks Social networks
--------------- ---------------

View File

@ -62,7 +62,7 @@ function updateBludit()
// UUID // UUID
if( empty($page['uuid']) ) { if( empty($page['uuid']) ) {
$uuid = uniqid(); $uuid = uniqid();
$dbPages->setPostDb($key, 'uuid', $uuid); $dbPages->setPageDb($key, 'uuid', $uuid);
} }
} }