diff --git a/README.md b/README.md index b6e388d4..2b3df004 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Bludit is a simple web application to make your own **blog** or **site** in seco - [Themes](https://themes.bludit.com) - [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¤cy_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 --------------- diff --git a/bl-kernel/admin/controllers/dashboard.php b/bl-kernel/admin/controllers/dashboard.php index 1af9f7b2..5e8d36fd 100644 --- a/bl-kernel/admin/controllers/dashboard.php +++ b/bl-kernel/admin/controllers/dashboard.php @@ -62,7 +62,7 @@ function updateBludit() // UUID if( empty($page['uuid']) ) { $uuid = uniqid(); - $dbPages->setPostDb($key, 'uuid', $uuid); + $dbPages->setPageDb($key, 'uuid', $uuid); } } diff --git a/bl-languages/fa_IR.JSON b/bl-languages/fa_IR.JSON index 11a11900..83ad3b2a 100644 --- a/bl-languages/fa_IR.JSON +++ b/bl-languages/fa_IR.JSON @@ -169,7 +169,7 @@ "cli-mode": "حالت رابط خط فرمان (Cli)", "command-line-mode": "حالت خط فرمان", "enable-the-command-line-mode-if-you-add-edit": "اگر شما نوشته ها و صفحات خود را از طریق فایل سیستم اضافه ، ویرایش و یا حذف میکنید ، حالت خط فرمان را فعال کنید", - + "configure": "پیکربندی", "uninstall": "حذف نصب", "change-password": "تغییر پسورد",